home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
FreeSoftware
/
MicrosoftXP
/
demo.exe
/
scripts
/
DefineButton2_70
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2001-03-22
|
375b
|
23 lines
on(release){
tellTarget("/section_title")
{
gotoAndStop("white_out");
play();
}
tellTarget("/question_space")
{
gotoAndStop("white_out");
play();
}
tellTarget("/go_white")
{
gotoAndStop("white");
play();
}
tellTarget("/exit_mov")
{
gotoAndStop("personal");
play();
}
}